.oc__split .listing {
    padding:0px !important;
}
.oc__split .listing__img {
    background-position: center center !important;
    background-size: cover !important;
}
.oc__split .position-relative {
    z-index: 99;
}
@media (max-width: 767.98px) {
    .oc__split__txt { display: none !important; }
    .oc__split .listing__img {
        min-height: 250px;
    }
}
@media (max-width: 1199.98px) {
    .oc__split__txt { 
        font-size: 14px;
    }
}

.oc__split .hero__boxalt {
    background:none !important;
    color: #000;
    padding: 2rem 0 0;
}

.oc__split .hero__homepage {
    overflow: hidden;
}
.oc__split .hero__video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: #000;
    height: 70vh;
}
.oc__split .hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}
.oc__split .hero__video + .hero__image {
    position: relative;
    z-index: -1;
}

@media (min-width: 768px) {
  .hero__homepage > .container {
    margin-top: -100px !important;
  }
}